Skip to main content
Version: 1.0.2

Request For Payment Cancellation Response

The RequestForPaymentCancellationResponse method enables to receive response for the 'RFP Cancellation Request' initiated through 'RequestForPaymentCancellation' API

Method: InboundServiceClient:RequestForPaymentCancellationResponse

Headers

NameValue
Credential"Basic c3VwcG9ydCsxQG5ldHN5cy1pbmMuY29tOjM5ZDYxOGJkNTVmN5NWQxY2RlNDE5"
Signature"{{signature}}"

Example

Payload Parameters
ParameterDescription

creditorAccount

Mandatory

Object

memberId

Mandatory

String

Routing numer of the beneficiary bank/financial institution

Example – "101110802"

debtorAccount

Mandatory

Object

memberId

Mandatory

String

Routing numer of the sender bank/financial institution

Example – "101115315"

msgID

Mandatory

String

Unique message identifier to identify the pacs.008 message

Example – "202406031011108020e69SE61AUvpSnf"

orgMessageInfo

Mandatory

Object

createdDateTime

Mandatory

String

Date and time of the original RFP message was created

Example – "2024-06-03T09:14:36Z"

endToEndId

Mandatory

String

ID that enables to trace the original message at any time during the process

Example – "FEDRFP20240227010"

msgId

Mandatory

String

Unique message identifier to identify the original message

Example – "20240603101110802a7GGSvzGuSJNHZG"

requestedAmount

Mandatory

Object

amount

Mandatory

Number

Amount of transaction requested in original message

Example – 650

currency

Mandatory

String

Currency code in which the original transaction was requested

Example – "USD"

processor

Mandatory

String

Payment channel through which the transaction happens

Example – "FEDNOW"

reason

Mandatory

Object

referenceNumber

Mandatory

String

Reference number of the Request for Payment cancellation response

Example – "FEDRFP20240227010"

status

Mandatory

String

Status of the RFP Cancellation

Example – "CNCL"

uuid

Mandatory

String

Unique ID present in the message

Example – "74ba6f12-fdea-4b93-9277-2d58cc62005f"

Request Body (Applicable only for FedNow)


{
"creditorAccount": {
"memberId": "101110802"
},
"debtorAccount": {
"memberId": "101115315"
},
"msgID": "202406031011108020e69SE61AUvpSnf",
"orgMessageInfo": {
"createdDateTime": "2024-06-03T09:14:36Z",
"endToEndId": "FEDRFP20240227010",
"msgId": "20240603101110802a7GGSvzGuSJNHZG",
"requestedAmount": {
"amount": 650,
"currency": "USD"
}
},
"processor": "FEDNOW",
"reason": {},
"referenceNumber": "FEDRFP20240227010",
"status": "CNCL",
"uuid": "74ba6f12-fdea-4b93-9277-2d58cc62005f"
}

Response

Response Parameters
ParameterDescription

referenceNumber

String

Reference number of the RFP cancellation response

Example – "20240603101110802a7GGSvzGuSJNHZG"

status

String

Status of the response

Example – "Accepted"

Response Body (Applicable only for FedNow)


{
"referenceNumber": "FEDRFP20240227010",
"status": "Accepted"
}